home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / mac / SourceMc / CompuServeCD.DIR / 00007.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  352 b   |  19 lines

  1. on mouseDown
  2.   puppetSound("MouseDown")
  3.   set the castNum of sprite 7 to 260
  4.   updateStage()
  5.   unLoad()
  6.   startTimer()
  7.   repeat while the timer < 30
  8.     nothing()
  9.   end repeat
  10.   repeat with x = 7 to 9
  11.     puppetSprite(x, 0)
  12.   end repeat
  13.   repeat with x = 7 to 9
  14.     set the cursor of sprite x to 0
  15.   end repeat
  16.   go("flash3")
  17.   sound fadeOut 2, 40
  18. end
  19.